home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / comm / tcp / mcf_butt.lha / MCF_Buttons / ReadMe.First < prev    next >
Text File  |  1997-02-23  |  2KB  |  67 lines

  1.     $VER: MCF.Buttons 5.0 (23.02.97)
  2.  
  3. Requirements:
  4.  
  5.     1.    AmIRC installed, running correctly with RexxMSGPort.
  6.     2.    MuiRexx version 2.2 installed to MuiRexx: or SYS:RexxC
  7.     3.    Icon.mcc version 1.1 installed to MUI:libs/mui
  8.  
  9. Installation:
  10.  
  11.     1.    Copy  MCF_Buttons.AMIRX  and  MCF_WWW.AMIRX from the
  12.                 MCF_Buttons/Rexx dir to your AmIRC/Rexx directory.
  13.     2.    Copy  MCF.Buttons  from the MCF_Buttons/MCF dir to
  14.                 either  MCF:  or your AmIRC directory.
  15.  
  16. Use:
  17.  
  18.     1.    Type  /Rx MCF_Buttons  in AmIRC to execute.
  19.     2.    After sizing and positioning the MCF_Buttons window
  20.         where you desire it to be, set MUI Window settings
  21.         to save window position on exit and click on  Use.
  22.         After exiting MCF_Buttons then, you can restart
  23.         MCF_Buttons and change MUI Window settings to either
  24.         Remember or Forget window position on exit and click
  25.         on  Save.
  26.  
  27.  
  28.  
  29. Explaination of entries in MCF.Buttons file.
  30.  
  31.     The following labels Must appear in the following order:
  32.         # AMIRC  #MCF  #WILDTEXT  #KUANG  #USER  #END
  33.  
  34.     The first time you run MCF_Buttons.AMIRX, it will ask for
  35.     your Web Browser.  Select the PopASL gadget and then select
  36.     Volumes first,  then select the Drive: Directory(s) and ProgramFile
  37.     of your WebBrowser of choice.  This information will then be added
  38.     to the end of the MCF.Buttons file.
  39.     Format of this line is:  # WWW DH3:Internet/WebBrowsers/IBrowse/IBrowse
  40.     This will then be used by  MCF_WWW.AMIRX  when you desire to
  41.     goto an URL in your URL Grabber.  Double Click on the URL
  42.     in the URL Grabber window or snapshot and URL in a channel window
  43.     and then click on  GoToURL  Button.
  44.  
  45.  
  46.     There are 3 types of entries:
  47.         1.  ! Label   starts a frame with said Label
  48.         2.  Standard Button command with following format:
  49.             1 word for button, command as executed
  50.             by AmIRC.
  51.         3.  Button/PopSlider command with the following format:
  52.             @   then 1 word for button,
  53.             PopSlider Min-Value,  PopSlider Max-Value,
  54.             command as executed by AmIRC
  55.  
  56.     WARNING: You can have ONLY 1 Button/PopSlider per Label.
  57.  
  58.     You may use 4 different variables in command lines:
  59.         %c = Current Channel
  60.         %n = Your Current Nick
  61.         %u = Selected User from active window
  62.         %# = Current PopSlider Value
  63.  
  64.     You may have up to 50 lines under each label except for
  65.         the  # USER  label.  Between  # USER  and  # END
  66.         you may place upto 100 lines.
  67.